home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: VanCLy@ix.netcom.com@ix.netcom.com (Van Chinh Ly)
- Newsgroups: comp.lang.c++
- Subject: Re: What are the differences between structures and classes in C++ ?
- Date: 8 Apr 1996 06:40:23 GMT
- Organization: Netcom
- Message-ID: <4kaccn$7is@reader2.ix.netcom.com>
- References: <4k5m65$av@hpscit.sc.hp.com>
- Reply-To: VanCLy@ix.netcom.com
- NNTP-Posting-Host: sfo-ca11-12.ix.netcom.com
- X-NETCOM-Date: Sun Apr 07 11:40:23 PM PDT 1996
- X-Newsreader: IBM NewsReader/2 v1.2.5
-
- In <4k5m65$av@hpscit.sc.hp.com>, Raghuveera Ravinutala <raghur> writes:
- >Hi,
- > Please mail me the differences between structures and classes in C++.
- >Raghu.
- >
-
- struct? Everything is public.
-
- class? Everything is private.
-
-
- Van
-